func vendor/golang.org/x/text/unicode/norm.inputBytes
14 uses
vendor/golang.org/x/text/unicode/norm (current package)
input.go#L14: func inputBytes(str []byte) input {
normalize.go#L46: src := inputBytes(b)
normalize.go#L74: src := inputBytes(b)
normalize.go#L178: rb.insertUnsafe(inputBytes(buf), 0, info)
normalize.go#L194: return f.doAppend(out, inputBytes(src), len(src))
normalize.go#L268: n, _ := formTable[f].quickSpan(inputBytes(b), 0, len(b), true)
normalize.go#L275: n, ok := formTable[f].quickSpan(inputBytes(b), 0, len(b), atEOF)
normalize.go#L367: return f.firstBoundary(inputBytes(b), len(b))
normalize.go#L408: return f.nextBoundary(inputBytes(b), len(b), atEOF)
normalize.go#L563: return fd.info(inputBytes(buf), p), p
normalize.go#L607: rb.insertUnsafe(inputBytes(cp), 0, info)
readwriter.go#L28: w.rb.src = inputBytes(data[:m])
readwriter.go#L101: r.rb.src = inputBytes(r.inbuf[0:n])
transform.go#L29: i, ok := formTable[f].quickSpan(inputBytes(b), 0, len(b), eof)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |